gfabase | GFA insert into GenomicSQLite
kandi X-RAY | gfabase Summary
kandi X-RAY | gfabase Summary
gfabase is a Jupyter Notebook library. gfabase has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
gfabase is a command-line tool for indexed storage of Graphical Fragment Assembly (GFA1) data. It imports a .gfa file into a compressed .gfab file, from which it can later access subgraphs quickly (reading only the necessary parts), producing .gfa or .gfab. Beyond ID lookups, .gfab indexes the graph by mappings onto reference genome coordinates, facilitating navigation within de novo assemblies and pangenome reference graphs. Effectively, .gfab is a new GFA-superset format with built-in compression and indexing. It is in fact a SQLite (+ Genomics Extension) database populated with a GFA1-like schema, which programmers have the option to access directly, without requiring gfabase nor even a low-level parser for .gfa/.gfab.
gfabase is a command-line tool for indexed storage of Graphical Fragment Assembly (GFA1) data. It imports a .gfa file into a compressed .gfab file, from which it can later access subgraphs quickly (reading only the necessary parts), producing .gfa or .gfab. Beyond ID lookups, .gfab indexes the graph by mappings onto reference genome coordinates, facilitating navigation within de novo assemblies and pangenome reference graphs. Effectively, .gfab is a new GFA-superset format with built-in compression and indexing. It is in fact a SQLite (+ Genomics Extension) database populated with a GFA1-like schema, which programmers have the option to access directly, without requiring gfabase nor even a low-level parser for .gfa/.gfab.
Support
Quality
Security
License
Reuse
Support
gfabase has a low active ecosystem.
It has 33 star(s) with 1 fork(s). There are 5 watchers for this library.
It had no major release in the last 12 months.
gfabase has no issues reported. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of gfabase is v0.6.0
Quality
gfabase has no bugs reported.
Security
gfabase has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
gfabase is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
gfabase releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gfabase
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gfabase
gfabase Key Features
No Key Features are available at this moment for gfabase.
gfabase Examples and Code Snippets
No Code Snippets are available at this moment for gfabase.
Community Discussions
No Community Discussions are available at this moment for gfabase.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gfabase
Each Release includes prebuilt gfabase executables for Linux and macOS x86-64 hosts. The executable provides subcommands:. The following quick example accesses a scaffold by its Path name in a metaSPAdes assembly of simulated metagenomic reads from Ye et al. (2019); it also uses zstd for decompression.
gfabase load -o my.gfab [my.gfa]: create .gfab from a .gfa file (or pipe decompression through standard input)
gfabase view my.gfab: dump back to .gfa (if standard output is a terminal, automatically pipes to less -S)
gfabase sub my.gfab SEGMENT/PATH/RANGE... [--view]: query for a subgraph, producing either .gfa or .gfab
gfabase add-mappings my.gfab mappings.paf: add index of reference genome mappings for GFA segments
Navigating a human de novo assembly
Slicing a pangenome reference graph
gfabase load -o my.gfab [my.gfa]: create .gfab from a .gfa file (or pipe decompression through standard input)
gfabase view my.gfab: dump back to .gfa (if standard output is a terminal, automatically pipes to less -S)
gfabase sub my.gfab SEGMENT/PATH/RANGE... [--view]: query for a subgraph, producing either .gfa or .gfab
gfabase add-mappings my.gfab mappings.paf: add index of reference genome mappings for GFA segments
Navigating a human de novo assembly
Slicing a pangenome reference graph
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page